home *** CD-ROM | disk | FTP | other *** search
- /*
- Test.c
- */
- #include "VideoToolbox.h"
- #include "MatlabMain.h"
-
- extern user_fcn(
- INT nlhs, /* number of left-hand-side (return) arguments */
- Matrix *plhs[], /* array of pointers to left-hand-side arguments */
- INT nrhs, /* number of right-hand-side (input) arguments */
- Matrix *prhs[] /* array of pointers to right-hand-side arguments */
- )
- {
-
- Require(0);
- printf("Hello world\n");
- // printf("%s\n",GetTimeDateString(time(NULL)));
- }
-